@charset 'utf-8';

/* @font-face { */
  /* font-family: "Alibaba PuHuiTi"; */
  /*定义字体名*/
  /* src: url("../font/ttf/Alibaba-PuHuiTi-Regular.ttf"), */
    /* url("../font/otf/Alibaba-PuHuiTi-Regular.otf"); */
  /*字体包的引入路径*/
/* } */

/* @font-face { */
  /* font-family: "Alibaba-PuHuiTi-Bold"; */
  /*定义字体名*/
  /* src: url("../font/ttf/Alibaba-PuHuiTi-Bold.ttf"), */
    /* url("../font/otf/Alibaba-PuHuiTi-Bold.otf"); */
  /*字体包的引入路径*/
/* } */

* {
  margin: 0;
  padding: 0;
  /* font-family: "Alibaba PuHuiTi"; */
}

/* html{
filter: grayscale(1);
} */

body {
  background: url('../img/header-bg.png') top no-repeat, url('../img/footer-bg.png') bottom no-repeat;
  background-color: #f3f6f9;
  background-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

img.logo {
  display: block;
}

.logo {
  margin: 0 auto;
}

#container {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}

#main {
  padding: 0 50px;
}

.header {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
  background: #F5F6FA;
  padding: 15px 20px;
}

.header .nav .list {
  display: flex;
}

.header .nav .list .item {
  list-style: none;
  padding: 0 30px;
  text-align: center;
  color: #2f3033;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 16px;
  border-radius: 5px;
}

.header .nav .list .item:hover {
  color: #024BB7;
}

.header .nav .list .item[class*="active"] {
  background: #024BB7;
  color: #fff;
}

.top {
  margin-top: 30px;
}

.top .inner {
  display: flex;
  justify-content: space-between;
}

.top .inner .list {
  margin-left: 20px;
}

.top .inner .list .item {
  position: relative;
  color: #606166;
  font-size: 16px;
  height: 40px;
  margin-bottom: 5px;
  cursor: pointer;
  list-style: none;
  background: #F5F6F7;
  padding: 10px;
}

.top .inner .list .item a {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.top .inner .list .item:hover {
  background: #024BB7;
  color: #fff;
}

.title {
  border-bottom: 2px solid #024BB7;
  margin: 15px 0;
}

.title ul {
  display: flex;
}

.title ul li {
  margin-right: 20px;
  width: 87px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #2F3033;
  font-weight: 500;
  /* cursor: pointer; */
}

.title ul li[class*="active"] {
  background: #024BB7;
  color: #fff;
}

.title ul li:not(.active):hover {
  color: #024BB7;
}

.center {
  margin-top: 30px;

}

.gongzuodongtai {
  display: flex;
  justify-content: space-between;
}

.gongzuodongtai .left,
.gongzuodongtai .right {
  width: 50%;
}

.xinwenzixun,
.zhilidongtai {
  padding: 0 10px;
}

.xinwenzixun ul,
.zhilidongtai ul {
  margin-left: 18px;
}

.xinwenzixun ul li,
.zhilidongtai ul li {
  margin-bottom: 13px;
  font-size: 14px;
  color: #2F3033;
}

.xinwenzixun ul li:hover,
.zhilidongtai ul li:hover {
  color: #024BB7;
}

.xinwenzixun ul li a,
.zhilidongtai ul li a {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sub-title {
  font-size: 16px;
  color: #2F3033;
  position: relative;
  margin: 20px 0 20px 20px;
}

.sub-title::before {
  position: absolute;
  left: -20px;
  top: 2px;
  content: '';
  height: 18px;
  width: 6px;
  border-radius: 10px;
  background: #024BB7;
}

.tongzhigonggao {
  margin-left: 20px;
}

.tongzhigonggao ul {}

.tongzhigonggao ul li {
  background: #f5f6fa;
  padding: 20px;
  list-style: none;
  margin: 10px 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.tongzhigonggao ul li .left {
  width: 13px;
}

.tongzhigonggao ul li .right {
  flex: 1;
  margin-left: 15px;
}

.tongzhigonggao ul li:hover h1 {
  color: #024BB7;
}

.tongzhigonggao ul li h1 {
  font-size: 16px;
  font-weight: bold;
  color: #2f3033;
  cursor: pointer;
  line-height: 1.5;
}

.tongzhigonggao ul li h1 a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tongzhigonggao ul li span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #909299;
  line-height: 1.5;
}

.tongzhigonggao ul li span a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.guandianpinglun {
  margin: 10px 0;
}

.guandianpinglun .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guandianpinglun .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f5f6fa;
  padding: 30px;
  height: 300px;
  width: 50%;
}

.guandianpinglun .left h1 {
  font-size: 26px;
  font-weight: 700;
  color: #2f3033;
  cursor: pointer;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.guandianpinglun .left p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #606166;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.guandianpinglun .left .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guandianpinglun .left .bottom .tag {
  padding: 3px;
  background: #e1e8fa;
  font-size: 14px;
  font-weight: normal;
  color: #024BB7;
}

.guandianpinglun .left .bottom .time {
  font-size: 14px;
  font-weight: normal;
  color: #909299;
}

.guandianpinglun .right {
  width: 50%;
}

.guandianpinglun .right .list {
  margin-left: 20px;
}

.guandianpinglun .right .list .item {
  padding: 10px 0;
  border-bottom: 1px solid #d8dbe5;
  list-style: none;
}

.guandianpinglun .right .list .item h1 {
  font-size: 16px;
  font-weight: bold;
  color: #2f3033;
  cursor: pointer;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.guandianpinglun .right .list .item h1:hover {
  color: #024BB7;
}

.guandianpinglun .right .list .item p {
  margin-top: 10px;
  font-size: 14px;
  color: #909299;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zhishikepu {
  padding-bottom: 40px;
}

.zhishikepu .list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.zhishikepu .list .item {
  position: relative;
  width: 32%;
  height: 250px;
  list-style: none;
  cursor: pointer;
  transition: all .5s;
}

.zhishikepu .list .item:hover {
  transform: translateY(-5px);
}

.zhishikepu .list .item img {
  width: 100%;
  height: 100%;
}

.zhishikepu .list .item span {
  position: absolute;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}

.ziliaogongkai {
  margin: 10px 0;
}

.ziliaogongkai .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 20px;
}

.ziliaogongkai .list .item {
  position: relative;
  width: 48%;
  font-size: 16px;
  font-weight: normal;
  color: #606166;
  border-bottom: 1px solid #d8dbe5;
  cursor: pointer;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
}

.ziliaogongkai .list .item a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ziliaogongkai .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d8dbe5;
}

.ziliaogongkai .list .item:nth-child(1),
.ziliaogongkai .list .item:nth-child(2) {
  border-bottom: 1px solid #2a62ff;
}

.ziliaogongkai .list .item:nth-child(1)::before,
.ziliaogongkai .list .item:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2a62ff;
}


.footer {
  width: 1100px;
  margin: 40px auto 50px auto;
  text-align: center;
}

.footer img{
  display: inline;
  vertical-align: middle;
  padding-left: 7px;
  padding-right: 3px;
}

.footer span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #606166;
}

#list {
  /* margin: 40px 0; */
}

#list .inner {
  display: flex;
  justify-content: space-between;
}

#list .menu {
  width: 292px;
}

#list .menu p {
  padding: 0 20px;
  background: #024BB7;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

#list .menu .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 15px 10px 15px 20px;
  border: 1px solid #f3f3f3;
  cursor: pointer;
  color: #2F3033;
  font-size: 16px;
  font-weight: 500;
}

#list .menu .list .item .list-icon {
  background: url('../img/list-icon.png') center no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}

#list .menu .list .item .list-right {
  background: url('../img/list-right.png') center no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}

#list .menu .list .item[class*="active"] {
  background: #E6EDF8;
  color: #024BB7;
}

#list .menu .list .item:hover {
  color: #024BB7;
}

#list .menu .list .item:hover .list-icon,
#list .menu .list .item[class*="active"] .list-icon {
  background: url('../img/list-icon-active.png') center no-repeat;
}

#list .menu .list .item:hover .list-right,
#list .menu .list .item[class*="active"] .list-right {
  background: url('../img/list-right-avtive.png') center no-repeat;
}

#list .news {
  flex: 1;
  margin: 0 10px;
}

#list .news .list .item {
  display: flex;
  cursor: pointer;
  padding: 20px;
  height: 131px;
  border-radius: 4px;
  border-bottom: 1px solid #f4f4f4;
}

#list .news .list .item:hover {
  background: #f5f6fa;
}

#list .news .list .item:hover .name {
  color: #024BB7 !important;
}

#list .news .list .item .left {
  width: 175px;
  height: 100%;
}

#list .news .list .item .right {
  flex: auto;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#list .news .list .item .right .name {
  font-size: 18px;
  font-weight: bold;
  color: #2f3033;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#list .news .list .item .right .tag {
  padding: 3px;
  background: #e1e8fa;
  font-size: 14px;
  font-weight: normal;
  color: #024BB7;
  display: inline;
}

#list .news .list .item .right .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#list .news .list .item .right .bottom span {
  font-size: 14px;
  font-weight: normal;
  color: #909299;
}

#navigation {
  margin: 10px 20px;
}

#navigation .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#navigation .list .item {
  cursor: pointer;
  list-style: none;
}

#navigation .list .item img {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
}

#navigation .list .item span {
  font-size: 14px;
  font-weight: normal;
  color: #024BB7;
  margin: 0 2px;
}

#news {
  margin: 30px;
}

#news h1 {
  font-size: 40px;
  font-weight: bold;
  color: #2f3033;
}

#news .subtitle {
  margin-top: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #606166;
}

#news .content {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #2f3033;
  line-height: 2;
}

#pages {
  width: 1100px;
  margin: 0 auto 50px auto;
  border-top: 1px solid #f0f3fa;
}

#pages .list .item {
  margin: 20px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
}

#pages .list .item[class*="up"] .img {
  background: url(../img/pages.png) center no-repeat;
}

#pages .list .item[class*="up"]:hover .img {
  background: url(../img/pages-active.png) center no-repeat;
}

#pages .list .item[class*="down"] .img {
  background: url(../img/pages.png) center no-repeat;
  transform: rotate(180deg);
}

#pages .list .item[class*="down"]:hover .img {
  background: url(../img/pages-active.png) center no-repeat;
}

#pages .list .item .img {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

#pages .list .item span {
  font-size: 14px;
  font-weight: normal;
  color: #2f3033;
}

#pages .list .item:hover span {
  color: #024BB7;
}

.swiper-container {
  width: 600px;
  height: 385px;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-slide span {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: 60px;
  display: block;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 80px;
  box-sizing: border-box;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  top: inherit;
  bottom: 8px !important;
  z-index: 99 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px !important;
}

.swiper-pagination {
  color: #fff !important;
  bottom: 20px !important;
  text-align: right;
  padding-right: 40px;
  width: 100%;
  box-sizing: border-box;
}

.dreamer-pagination .dreamer-ul {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.dreamer-pagination .dreamer-ul li {
    display: inline-block;
    margin: 0 5px;
    letter-spacing: 2px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}

.dreamer-pagination .dreamer-ul li.active {
    background: #2a62ff;
    color: #fff;
}
